home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15037 < prev    next >
Encoding:
Text File  |  1988-03-14  |  241 b   |  11 lines

  1. By Scott Boag
  2. Zow!
  3. Yes, folks, I've been working too hard.
  4.  
  5. this external gives you the name of a menu item, such as
  6.  
  7. MenuID:=int(menu selected/65536)
  8. MenuItem:=mod(menu selected;65536)
  9. Menu String:=""
  10. GetMenuTx(MenuID;MenuItem;Menu string)
  11.